home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / System / BoingBag1 / Contributions / InstallerNG / GUI-API / example / igui_CloseCopyGauge.c < prev    next >
C/C++ Source or Header  |  1999-10-28  |  711b  |  43 lines

  1.  
  2. #include "includes.h"
  3. #include "installergui_data.h"
  4.  
  5. /********************************************************************
  6.  *
  7.  *  DESCRIPTION
  8.  *
  9.  */
  10.  
  11. /********************************************************************
  12.  *
  13.  *  STATIC
  14.  *
  15.  */
  16.  
  17. /********************************************************************
  18.  *
  19.  *  EXTERN
  20.  *
  21.  */
  22.  
  23. /********************************************************************
  24.  *
  25.  *  PUBLIC
  26.  *
  27.  */
  28.  
  29. /********************************************************************
  30.  *
  31.  *  CODE
  32.  *
  33.  */
  34.  
  35. void __asm igui_CloseCopyGauge(register __a0 APTR application)
  36. {
  37.   #ifdef DEBUG
  38.   DEBUG_MAKRO
  39.   #endif
  40.  
  41.   set(((struct Application *) application)->app_GaugeWindow, MUIA_Window_Open, FALSE);
  42. }
  43.